.header_wrapper {
  margin: 150px auto; }
  @media screen and (min-width: 500px) {
    .header_wrapper {
      width: 70%; } }
  @media screen and (max-width: 500px) {
    .header_wrapper {
      width: 95%; } }
  .header_wrapper .descrip_block {
    padding: 3%;
    margin: 0 0 30px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #007bff;
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .header_wrapper .descrip_block:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); }
    .header_wrapper .descrip_block h2 {
      color: #2c3e50;
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 25px;
      padding-bottom: 15px;
      border-bottom: 3px solid #007bff;
      position: relative; }
      .header_wrapper .descrip_block h2::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, #007bff, #0056b3);
        border-radius: 2px; }
    .header_wrapper .descrip_block .content_section h3 {
      color: #495057;
      font-size: 1.4rem;
      font-weight: 600;
      margin: 25px 0 15px 0;
      padding-left: 15px;
      border-left: 3px solid #28a745;
      background: linear-gradient(90deg, rgba(40, 167, 69, 0.1), transparent);
      padding: 10px 0 10px 15px;
      border-radius: 0 8px 8px 0; }
    .header_wrapper .descrip_block .content_section p.descrip_contents {
      display: block;
      line-height: 1.8;
      margin: 15px 0;
      padding: 0 15px;
      color: #6c757d;
      font-size: 1.05rem;
      text-align: justify; }
      .header_wrapper .descrip_block .content_section p.descrip_contents a {
        color: #007bff;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 2px solid transparent;
        transition: all 0.3s ease; }
        .header_wrapper .descrip_block .content_section p.descrip_contents a:hover {
          color: #0056b3;
          border-bottom-color: #007bff;
          background: rgba(0, 123, 255, 0.1);
          padding: 2px 4px;
          border-radius: 4px; }
    .header_wrapper .descrip_block .descrip_contents {
      display: inline-block;
      text-indent: 5%;
      margin: 20px 0;
      line-height: 1.7;
      color: #6c757d;
      font-size: 1.05rem; }
  .header_wrapper .person_profile_ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .header_wrapper .person_profile_ul .person_profile {
      list-style: none;
      position: relative; }
      .header_wrapper .person_profile_ul .person_profile a {
        text-decoration: none; }
        .header_wrapper .person_profile_ul .person_profile a .person_img {
          height: 210px;
          width: 210px;
          margin: 20px;
          transform: scale(1);
          transition: transform 1s ease 0s;
          border-radius: 30px; }
          .header_wrapper .person_profile_ul .person_profile a .person_img:hover {
            transform: scale(1.15); }
        .header_wrapper .person_profile_ul .person_profile a .person_text {
          color: wheat;
          position: absolute;
          font-size: smaller;
          left: 30px;
          bottom: 35px; }
  @media screen and (max-width: 768px) {
    .header_wrapper .descrip_block {
      margin: 0 0 20px 10px;
      padding: 4%; }
      .header_wrapper .descrip_block h2 {
        font-size: 1.8rem; }
      .header_wrapper .descrip_block .content_section h3 {
        font-size: 1.2rem; }
      .header_wrapper .descrip_block .content_section p.descrip_contents {
        font-size: 1rem;
        padding: 0 10px; } }
  @media screen and (max-width: 480px) {
    .header_wrapper .descrip_block {
      margin: 0 0 15px 5px;
      padding: 5%; }
      .header_wrapper .descrip_block h2 {
        font-size: 1.6rem; }
      .header_wrapper .descrip_block .content_section h3 {
        font-size: 1.1rem;
        padding-left: 10px; }
      .header_wrapper .descrip_block .content_section p.descrip_contents {
        font-size: 0.95rem;
        padding: 0 5px; } }

/*# sourceMappingURL=about_us.css.map */